projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199bb44
)
gtk-encode-symbolic-svg: Fix build with -Werror=format-security
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 4 Aug 2014 11:31:34 +0000
(13:31 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 4 Aug 2014 11:31:34 +0000
(13:31 +0200)
gtk/encodesymbolic.c
patch
|
blob
|
history
diff --git
a/gtk/encodesymbolic.c
b/gtk/encodesymbolic.c
index c8e6700501ba25d3044464a9b69751ab8de8c15c..9f7d0159e058e5289e8ada22e9ed4fb58f729dae 100644
(file)
--- a/
gtk/encodesymbolic.c
+++ b/
gtk/encodesymbolic.c
@@
-247,7
+247,7
@@
main (int argc, char **argv)
if (argc < 3)
{
- g_printerr (g_option_context_get_help (context, FALSE, NULL));
+ g_printerr (
"%s\n",
g_option_context_get_help (context, FALSE, NULL));
return 1;
}